<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.succesny * {
    padding: 0;
    margin: 0;
}

.succesny img {
    border: none
}

.succesny ul,
.succesny li {
    list-style: none
}

.succesny a {
    color: #333;
    text-decoration: none;
}

.succesny a:hover {
    text-decoration: underline;
}

.succesny .cl:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.succesny .cl {
    zoom: 1
}

.successlunbo {
	width: 100%;
	max-width: 100%;
}
/* sildes css begin */

.succesny .control {
	width: 100%;
	max-width: 71%;
	height: 8rem;
	display: block;
	position: absolute;
	top: 0;
	left: 30%;
	overflow: hidden;
}

.succesny .change li {
	width: 100%;
	max-width: 100%;
    overflow: hidden;
    text-align: center
}
/* 图片垂直居中,不是很准确 */

.succesny .change li .imgWrap {
	width: 100%;
	max-width: 100%;
	display: table-cell;
	height: 8rem;
	vertical-align: middle;
	cursor: pointer;
}

.succesny .change li img {
	width: 100%;
	max-width: 100%;
	height: 8rem;
	width: expression(this.width &gt; 928 &amp;&amp; this.width &gt; this.height ? 500: true);
	height: expression(this.height &gt;928 ? 500: true);
	vertical-align: middle;
	overflow: hidden;
}
/* 描述部分 */


/* 翻页按钮 */

.succesny .ssprev,
.succesny .ssnext {
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    bottom: 0;
    color: #FFF;
    z-index: 9;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    background: url(/template/images/arrowsBt.png) no-repeat;
    background-size: auto 100%;
}

.succesny .ssprev span,
.succesny .ssnext span {
    display: none;
}
.succesny .ssprev {
    left: 0;
    bottom: 0;
    background-position-x: 0%;
}
.succesny .ssnext {
    left: 17%;
    bottom: 0;
    background-position-x: 100%;
}

/* 缩图部分 */

.succesny .thumbWrap {
    height: 8rem;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    max-width: 28%;
}

.succesny .thumbWrap .thumbCont {
    height: 8rem;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 100%;
}
.succesny .thumbWrap ul li {
    overflow: hidden;
    text-align: center;
    padding: 0.1rem 0;
    height: 56px;
}
.succesny .thumbWrap ul li div {
    vertical-align: middle;
    cursor: pointer;
}
.succesny .thumbWrap ul li img {
    height: 2.5rem;
    vertical-align: middle;
    overflow: hidden;
    border: 0.05rem solid #fff;
    width: 100%;
    max-width: 100%;
}
.succesny .thumbWrap ul li.cur {
}
/* 缩图按钮 */
.succesny .thumbPrev,
.succesny .thumbNext {
    height: 0.8rem;
    text-align: center;
    position: absolute;
    color: #000;
    z-index: 9;
    outline: none;
    width: 100%;
    max-width: 100%;
}
.succesny .thumbPrev span,
.succesny .thumbNext span {
    display: none;
}
.succesny .thumbPrev {
    left: 0;
    top: 0;
    background: url(/template/images/sprev.png) no-repeat center top;
    background-size: 100% 100%;
}
.succesny .thumbNext {
    left: 0;
    bottom: 0;
    background: url(/template/images/snext.png) no-repeat;
    background-size: 100% 100%;
}

.succesny .ssnext:hover {
    background-position-x: 100%;
}

.succesny .ssprev:hover {
    background-position-x: 0;
}

.succesny .thumbWrap ul li.cur img {
    border: 0.05rem solid #e07200;
}

.succesny .control .change {
    width: 100%;
    max-width: 100%;
}</pre></body></html>